home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / finance / realty1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  681b  |  18 lines

  1. echo off
  2. cls
  3. echo This installation program installs RealView 1.1 on your default drive.
  4. echo Do NOT use 4DOS command interpreter!  Load COMMAND.COM before proceeding.
  5. echo The installation diskette MUST be located in DRIVE A.
  6. echo Your default drive MUST have 3.0MB of free disk space!
  7. if exist INSTALL.OVL goto BADDRIVE
  8. echo Once installed, RealView only requires 1.5MB of free disk space.
  9. echo To proceed with installation, press any key. To abort, press CTRL-C.
  10. pause
  11. MD \REALTY
  12. CD \REALTY
  13. COPY A:INSTALL.OVL INSTALL2.BAT
  14. INSTALL2
  15. :BADDRIVE
  16. echo Drive A cannot be the installation drive.
  17. echo Please reposition to desired installation drive and type A:INSTALL
  18.